1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctCongNo
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 =
new System.Windows.Forms.DataGridViewCellStyle();
32             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 =
new System.Windows.Forms.DataGridViewCellStyle();
33             
this.panel1 = new System.Windows.Forms.Panel();
34             
this.panel3 = new System.Windows.Forms.Panel();
35             
this.tabControl1 = new System.Windows.Forms.TabControl();
36             
this.tabPage1 = new System.Windows.Forms.TabPage();
37             
this.txtTongChi = new System.Windows.Forms.TextBox();
38             
this.txtTongThu = new System.Windows.Forms.TextBox();
39             
this.label12 = new System.Windows.Forms.Label();
40             
this.label4 = new System.Windows.Forms.Label();
41             
this.lblTongSoBanGhiHienThi = new System.Windows.Forms.Label();
42             
this.maskedTextBoxDenNgay = new System.Windows.Forms.MaskedTextBox();
43             
this.linkLabel_Them = new System.Windows.Forms.LinkLabel();
44             
this.btnTiep = new System.Windows.Forms.Button();
45             
this.label9 = new System.Windows.Forms.Label();
46             
this.btnSau = new System.Windows.Forms.Button();
47             
this.dgvDsCongNo = new System.Windows.Forms.DataGridView();
48             
this.LoaiThuChi = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             
this.Thue = new System.Windows.Forms.DataGridViewTextBoxColumn();
50             
this.GhiChu = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             
this.IdCongNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             
this.TieuDe = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             
this.HinhThuc = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             
this.SoTien = new System.Windows.Forms.DataGridViewTextBoxColumn();
56             
this.DienGiai = new System.Windows.Forms.DataGridViewTextBoxColumn();
57             
this.NgayTao = new System.Windows.Forms.DataGridViewTextBoxColumn();
58             
this.NgayTao2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
59             
this.ThayDoi = new System.Windows.Forms.DataGridViewLinkColumn();
60             
this.label10 = new System.Windows.Forms.Label();
61             
this.btnTimKiem = new System.Windows.Forms.Button();
62             
this.maskedTextBoxTuNgay = new System.Windows.Forms.MaskedTextBox();
63             
this.label7 = new System.Windows.Forms.Label();
64             
this.chkThu = new System.Windows.Forms.CheckBox();
65             
this.label11 = new System.Windows.Forms.Label();
66             
this.chkChi = new System.Windows.Forms.CheckBox();
67             
this.txtTieuDe_TimKiem = new System.Windows.Forms.TextBox();
68             
this.linkLocNangCao = new System.Windows.Forms.LinkLabel();
69             
this.linkHienThiTatCa = new System.Windows.Forms.LinkLabel();
70             
this.tabPage2 = new System.Windows.Forms.TabPage();
71             
this.panel2 = new System.Windows.Forms.Panel();
72             
this.btnXoa = new System.Windows.Forms.Button();
73             
this.lblChuTien = new System.Windows.Forms.Label();
74             
this.linkLabel_DanhSach = new System.Windows.Forms.LinkLabel();
75             
this.btnThucHien = new System.Windows.Forms.Button();
76             
this.dateTimePickerNgay = new System.Windows.Forms.DateTimePicker();
77             
this.txtDienGiai = new System.Windows.Forms.TextBox();
78             
this.txtSoTien = new System.Windows.Forms.TextBox();
79             
this.label8 = new System.Windows.Forms.Label();
80             
this.label6 = new System.Windows.Forms.Label();
81             
this.label5 = new System.Windows.Forms.Label();
82             
this.radioButtonChi = new System.Windows.Forms.RadioButton();
83             
this.radioButtonThu = new System.Windows.Forms.RadioButton();
84             
this.label3 = new System.Windows.Forms.Label();
85             
this.txtTieuDe = new System.Windows.Forms.TextBox();
86             
this.label2 = new System.Windows.Forms.Label();
87             
this.label1 = new System.Windows.Forms.Label();
88             
this.panel1.SuspendLayout();
89             
this.tabControl1.SuspendLayout();
90             
this.tabPage1.SuspendLayout();
91             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsCongNo)).BeginInit();
92             
this.tabPage2.SuspendLayout();
93             
this.panel2.SuspendLayout();
94             
this.SuspendLayout();
95             
//
96             
// panel1
97             
//
98             
this.panel1.AutoScroll = true;
99             
this.panel1.Controls.Add(this.panel3);
100             
this.panel1.Controls.Add(this.tabControl1);
101             
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
102             
this.panel1.Location = new System.Drawing.Point(0, 0);
103             
this.panel1.Name = "panel1";
104             
this.panel1.Size = new System.Drawing.Size(1024, 805);
105             
this.panel1.TabIndex = 0;
106             
//
107             
// panel3
108             
//
109             
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
110             | System.Windows.Forms.AnchorStyles.Right)));
111             
this.panel3.Location = new System.Drawing.Point(0, 0);
112             
this.panel3.Name = "panel3";
113             
this.panel3.Size = new System.Drawing.Size(815, 30);
114             
this.panel3.TabIndex = 1;
115             
//
116             
// tabControl1
117             
//
118             
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
119             | System.Windows.Forms.AnchorStyles.Right)));
120             
this.tabControl1.Controls.Add(this.tabPage1);
121             
this.tabControl1.Controls.Add(this.tabPage2);
122             
this.tabControl1.Location = new System.Drawing.Point(0, 3);
123             
this.tabControl1.Name = "tabControl1";
124             
this.tabControl1.SelectedIndex = 0;
125             
this.tabControl1.Size = new System.Drawing.Size(1021, 771);
126             
this.tabControl1.TabIndex = 0;
127             
this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
128             
//
129             
// tabPage1
130             
//
131             
this.tabPage1.Controls.Add(this.txtTongChi);
132             
this.tabPage1.Controls.Add(this.txtTongThu);
133             
this.tabPage1.Controls.Add(this.label12);
134             
this.tabPage1.Controls.Add(this.label4);
135             
this.tabPage1.Controls.Add(this.lblTongSoBanGhiHienThi);
136             
this.tabPage1.Controls.Add(this.maskedTextBoxDenNgay);
137             
this.tabPage1.Controls.Add(this.linkLabel_Them);
138             
this.tabPage1.Controls.Add(this.btnTiep);
139             
this.tabPage1.Controls.Add(this.label9);
140             
this.tabPage1.Controls.Add(this.btnSau);
141             
this.tabPage1.Controls.Add(this.dgvDsCongNo);
142             
this.tabPage1.Controls.Add(this.label10);
143             
this.tabPage1.Controls.Add(this.btnTimKiem);
144             
this.tabPage1.Controls.Add(this.maskedTextBoxTuNgay);
145             
this.tabPage1.Controls.Add(this.label7);
146             
this.tabPage1.Controls.Add(this.chkThu);
147             
this.tabPage1.Controls.Add(this.label11);
148             
this.tabPage1.Controls.Add(this.chkChi);
149             
this.tabPage1.Controls.Add(this.txtTieuDe_TimKiem);
150             
this.tabPage1.Controls.Add(this.linkLocNangCao);
151             
this.tabPage1.Controls.Add(this.linkHienThiTatCa);
152             
this.tabPage1.Location = new System.Drawing.Point(4, 27);
153             
this.tabPage1.Name = "tabPage1";
154             
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
155             
this.tabPage1.Size = new System.Drawing.Size(1013, 740);
156             
this.tabPage1.TabIndex = 0;
157             
this.tabPage1.Text = "tabPage1";
158             
this.tabPage1.UseVisualStyleBackColor = true;
159             
//
160             
// txtTongChi
161             
//
162             
this.txtTongChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
163             
this.txtTongChi.ForeColor = System.Drawing.Color.Red;
164             
this.txtTongChi.Location = new System.Drawing.Point(111, 650);
165             
this.txtTongChi.Name = "txtTongChi";
166             
this.txtTongChi.Size = new System.Drawing.Size(233, 26);
167             
this.txtTongChi.TabIndex = 47;
168             
//
169             
// txtTongThu
170             
//
171             
this.txtTongThu.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
172             
this.txtTongThu.ForeColor = System.Drawing.Color.Red;
173             
this.txtTongThu.Location = new System.Drawing.Point(111, 617);
174             
this.txtTongThu.Name = "txtTongThu";
175             
this.txtTongThu.Size = new System.Drawing.Size(233, 26);
176             
this.txtTongThu.TabIndex = 46;
177             
//
178             
// label12
179             
//
180             
this.label12.AutoSize = true;
181             
this.label12.Location = new System.Drawing.Point(7, 653);
182             
this.label12.Name = "label12";
183             
this.label12.Size = new System.Drawing.Size(95, 18);
184             
this.label12.TabIndex = 45;
185             
this.label12.Text = "Tổng tiền Chi";
186             
//
187             
// label4
188             
//
189             
this.label4.AutoSize = true;
190             
this.label4.Location = new System.Drawing.Point(6, 620);
191             
this.label4.Name = "label4";
192             
this.label4.Size = new System.Drawing.Size(98, 18);
193             
this.label4.TabIndex = 44;
194             
this.label4.Text = "Tổng tiền Thu";
195             
//
196             
// lblTongSoBanGhiHienThi
197             
//
198             
this.lblTongSoBanGhiHienThi.AllowDrop = true;
199             
this.lblTongSoBanGhiHienThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
200             
this.lblTongSoBanGhiHienThi.Location = new System.Drawing.Point(565, 141);
201             
this.lblTongSoBanGhiHienThi.Name = "lblTongSoBanGhiHienThi";
202             
this.lblTongSoBanGhiHienThi.Size = new System.Drawing.Size(329, 18);
203             
this.lblTongSoBanGhiHienThi.TabIndex = 43;
204             
this.lblTongSoBanGhiHienThi.Text = "Hiển thị từ 1 đến 30 trong 100 mục";
205             
this.lblTongSoBanGhiHienThi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
206             
//
207             
// maskedTextBoxDenNgay
208             
//
209             
this.maskedTextBoxDenNgay.Location = new System.Drawing.Point(653, 96);
210             
this.maskedTextBoxDenNgay.Mask = "00/00/0000";
211             
this.maskedTextBoxDenNgay.Name = "maskedTextBoxDenNgay";
212             
this.maskedTextBoxDenNgay.Size = new System.Drawing.Size(118, 24);
213             
this.maskedTextBoxDenNgay.TabIndex = 31;
214             
this.maskedTextBoxDenNgay.ValidatingType = typeof(System.DateTime);
215             
//
216             
// linkLabel_Them
217             
//
218             
this.linkLabel_Them.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
219             
this.linkLabel_Them.AutoSize = true;
220             
this.linkLabel_Them.Location = new System.Drawing.Point(914, 11);
221             
this.linkLabel_Them.Name = "linkLabel_Them";
222             
this.linkLabel_Them.Size = new System.Drawing.Size(92, 18);
223             
this.linkLabel_Them.TabIndex = 25;
224             
this.linkLabel_Them.TabStop = true;
225             
this.linkLabel_Them.Text = "Thêm chi phí";
226             
this.linkLabel_Them.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_Them_LinkClicked);
227             
//
228             
// btnTiep
229             
//
230             
this.btnTiep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
231             
this.btnTiep.Location = new System.Drawing.Point(955, 135);
232             
this.btnTiep.Name = "btnTiep";
233             
this.btnTiep.Size = new System.Drawing.Size(49, 30);
234             
this.btnTiep.TabIndex = 41;
235             
this.btnTiep.Text = ">>";
236             
this.btnTiep.UseVisualStyleBackColor = true;
237             
this.btnTiep.Click += new System.EventHandler(this.btnTiep_Click);
238             
//
239             
// label9
240             
//
241             
this.label9.AutoSize = true;
242             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
243             
this.label9.Location = new System.Drawing.Point(-1, 3);
244             
this.label9.Name = "label9";
245             
this.label9.Size = new System.Drawing.Size(200, 29);
246             
this.label9.TabIndex = 2;
247             
this.label9.Text = "Danh sách thu chi";
248             
//
249             
// btnSau
250             
//
251             
this.btnSau.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
252             
this.btnSau.Location = new System.Drawing.Point(900, 135);
253             
this.btnSau.Name = "btnSau";
254             
this.btnSau.Size = new System.Drawing.Size(49, 30);
255             
this.btnSau.TabIndex = 42;
256             
this.btnSau.Text = "<<";
257             
this.btnSau.UseVisualStyleBackColor = true;
258             
this.btnSau.Click += new System.EventHandler(this.btnSau_Click);
259             
//
260             
// dgvDsCongNo
261             
//
262             
this.dgvDsCongNo.AllowUserToAddRows = false;
263             
this.dgvDsCongNo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
264             | System.Windows.Forms.AnchorStyles.Right)));
265             
this.dgvDsCongNo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
266             
this.dgvDsCongNo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
267             
this.LoaiThuChi,
268             
this.Thue,
269             
this.GhiChu,
270             
this.IdCongNo,
271             
this.STT,
272             
this.TieuDe,
273             
this.HinhThuc,
274             
this.SoTien,
275             
this.DienGiai,
276             
this.NgayTao,
277             
this.NgayTao2,
278             
this.ThayDoi});
279             
this.dgvDsCongNo.Location = new System.Drawing.Point(4, 171);
280             
this.dgvDsCongNo.Name = "dgvDsCongNo";
281             
this.dgvDsCongNo.RowTemplate.Height = 27;
282             
this.dgvDsCongNo.Size = new System.Drawing.Size(1000, 436);
283             
this.dgvDsCongNo.TabIndex = 0;
284             
this.dgvDsCongNo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDsCongNo_CellClick);
285             
//
286             
// LoaiThuChi
287             
//
288             
this.LoaiThuChi.HeaderText = "Loại thu chi";
289             
this.LoaiThuChi.Name = "LoaiThuChi";
290             
this.LoaiThuChi.Visible = false;
291             
//
292             
// Thue
293             
//
294             
this.Thue.HeaderText = "Thuế";
295             
this.Thue.Name = "Thue";
296             
this.Thue.Visible = false;
297             
//
298             
// GhiChu
299             
//
300             
this.GhiChu.HeaderText = "Ghi chú";
301             
this.GhiChu.Name = "GhiChu";
302             
this.GhiChu.Visible = false;
303             
//
304             
// IdCongNo
305             
//
306             
this.IdCongNo.HeaderText = "IdCongNo";
307             
this.IdCongNo.Name = "IdCongNo";
308             
this.IdCongNo.Visible = false;
309             
//
310             
// STT
311             
//
312             
this.STT.FillWeight = 50F;
313             
this.STT.HeaderText = "STT";
314             
this.STT.Name = "STT";
315             
this.STT.Width = 50;
316             
//
317             
// TieuDe
318             
//
319             
this.TieuDe.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
320             dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
321             
this.TieuDe.DefaultCellStyle = dataGridViewCellStyle3;
322             
this.TieuDe.HeaderText = "Tiêu đề";
323             
this.TieuDe.Name = "TieuDe";
324             
//
325             
// HinhThuc
326             
//
327             
this.HinhThuc.HeaderText = "Hình thức";
328             
this.HinhThuc.Name = "HinhThuc";
329             
//
330             
// SoTien
331             
//
332             
this.SoTien.FillWeight = 130F;
333             
this.SoTien.HeaderText = "Số tiền";
334             
this.SoTien.Name = "SoTien";
335             
this.SoTien.Width = 130;
336             
//
337             
// DienGiai
338             
//
339             
this.DienGiai.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
340             dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
341             
this.DienGiai.DefaultCellStyle = dataGridViewCellStyle4;
342             
this.DienGiai.HeaderText = "Diễn giải";
343             
this.DienGiai.Name = "DienGiai";
344             
//
345             
// NgayTao
346             
//
347             
this.NgayTao.FillWeight = 120F;
348             
this.NgayTao.HeaderText = "Ngày thực hiện";
349             
this.NgayTao.Name = "NgayTao";
350             
this.NgayTao.Width = 120;
351             
//
352             
// NgayTao2
353             
//
354             
this.NgayTao2.HeaderText = "NgayTao2";
355             
this.NgayTao2.Name = "NgayTao2";
356             
this.NgayTao2.Visible = false;
357             
//
358             
// ThayDoi
359             
//
360             
this.ThayDoi.FillWeight = 80F;
361             
this.ThayDoi.HeaderText = "Sửa";
362             
this.ThayDoi.Name = "ThayDoi";
363             
this.ThayDoi.Resizable = System.Windows.Forms.DataGridViewTriState.True;
364             
this.ThayDoi.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
365             
this.ThayDoi.Width = 80;
366             
//
367             
// label10
368             
//
369             
this.label10.AutoSize = true;
370             
this.label10.Location = new System.Drawing.Point(577, 96);
371             
this.label10.Name = "label10";
372             
this.label10.Size = new System.Drawing.Size(70, 18);
373             
this.label10.TabIndex = 30;
374             
this.label10.Text = "Đến ngày";
375             
//
376             
// btnTimKiem
377             
//
378             
this.btnTimKiem.Location = new System.Drawing.Point(799, 94);
379             
this.btnTimKiem.Name = "btnTimKiem";
380             
this.btnTimKiem.Size = new System.Drawing.Size(95, 28);
381             
this.btnTimKiem.TabIndex = 23;
382             
this.btnTimKiem.Text = "Tìm kiếm";
383             
this.btnTimKiem.UseVisualStyleBackColor = true;
384             
this.btnTimKiem.Click += new System.EventHandler(this.btnTimKiem_Click);
385             
//
386             
// maskedTextBoxTuNgay
387             
//
388             
this.maskedTextBoxTuNgay.Location = new System.Drawing.Point(653, 51);
389             
this.maskedTextBoxTuNgay.Mask = "00/00/0000";
390             
this.maskedTextBoxTuNgay.Name = "maskedTextBoxTuNgay";
391             
this.maskedTextBoxTuNgay.Size = new System.Drawing.Size(117, 24);
392             
this.maskedTextBoxTuNgay.TabIndex = 29;
393             
this.maskedTextBoxTuNgay.ValidatingType = typeof(System.DateTime);
394             
//
395             
// label7
396             
//
397             
this.label7.AutoSize = true;
398             
this.label7.Location = new System.Drawing.Point(577, 57);
399             
this.label7.Name = "label7";
400             
this.label7.Size = new System.Drawing.Size(60, 18);
401             
this.label7.TabIndex = 28;
402             
this.label7.Text = "Từ ngày";
403             
//
404             
// chkThu
405             
//
406             
this.chkThu.AutoSize = true;
407             
this.chkThu.Checked = true;
408             
this.chkThu.CheckState = System.Windows.Forms.CheckState.Checked;
409             
this.chkThu.Location = new System.Drawing.Point(495, 57);
410             
this.chkThu.Name = "chkThu";
411             
this.chkThu.Size = new System.Drawing.Size(52, 22);
412             
this.chkThu.TabIndex = 26;
413             
this.chkThu.Text = "Thu";
414             
this.chkThu.UseVisualStyleBackColor = true;
415             
//
416             
// label11
417             
//
418             
this.label11.AutoSize = true;
419             
this.label11.Location = new System.Drawing.Point(25, 57);
420             
this.label11.Name = "label11";
421             
this.label11.Size = new System.Drawing.Size(56, 18);
422             
this.label11.TabIndex = 3;
423             
this.label11.Text = "Tiêu đề";
424             
//
425             
// chkChi
426             
//
427             
this.chkChi.AutoSize = true;
428             
this.chkChi.Checked = true;
429             
this.chkChi.CheckState = System.Windows.Forms.CheckState.Checked;
430             
this.chkChi.Location = new System.Drawing.Point(495, 92);
431             
this.chkChi.Name = "chkChi";
432             
this.chkChi.Size = new System.Drawing.Size(49, 22);
433             
this.chkChi.TabIndex = 27;
434             
this.chkChi.Text = "Chi";
435             
this.chkChi.UseVisualStyleBackColor = true;
436             
//
437             
// txtTieuDe_TimKiem
438             
//
439             
this.txtTieuDe_TimKiem.Location = new System.Drawing.Point(25, 84);
440             
this.txtTieuDe_TimKiem.Name = "txtTieuDe_TimKiem";
441             
this.txtTieuDe_TimKiem.Size = new System.Drawing.Size(451, 24);
442             
this.txtTieuDe_TimKiem.TabIndex = 1;
443             
//
444             
// linkLocNangCao
445             
//
446             
this.linkLocNangCao.AutoSize = true;
447             
this.linkLocNangCao.Location = new System.Drawing.Point(699, 8);
448             
this.linkLocNangCao.Name = "linkLocNangCao";
449             
this.linkLocNangCao.Size = new System.Drawing.Size(98, 18);
450             
this.linkLocNangCao.TabIndex = 22;
451             
this.linkLocNangCao.TabStop = true;
452             
this.linkLocNangCao.Text = "Lọc nâng cao";
453             
this.linkLocNangCao.Visible = false;
454             
this.linkLocNangCao.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLocNangCao_LinkClicked);
455             
//
456             
// linkHienThiTatCa
457             
//
458             
this.linkHienThiTatCa.AutoSize = true;
459             
this.linkHienThiTatCa.Location = new System.Drawing.Point(596, 8);
460             
this.linkHienThiTatCa.Name = "linkHienThiTatCa";
461             
this.linkHienThiTatCa.Size = new System.Drawing.Size(97, 18);
462             
this.linkHienThiTatCa.TabIndex = 24;
463             
this.linkHienThiTatCa.TabStop = true;
464             
this.linkHienThiTatCa.Text = "Hiển thị tất cả";
465             
this.linkHienThiTatCa.Visible = false;
466             
//
467             
// tabPage2
468             
//
469             
this.tabPage2.Controls.Add(this.panel2);
470             
this.tabPage2.Location = new System.Drawing.Point(4, 27);
471             
this.tabPage2.Name = "tabPage2";
472             
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
473             
this.tabPage2.Size = new System.Drawing.Size(1013, 740);
474             
this.tabPage2.TabIndex = 1;
475             
this.tabPage2.Text = "tabPage2";
476             
this.tabPage2.UseVisualStyleBackColor = true;
477             
//
478             
// panel2
479             
//
480             
this.panel2.AutoScroll = true;
481             
this.panel2.Controls.Add(this.btnXoa);
482             
this.panel2.Controls.Add(this.lblChuTien);
483             
this.panel2.Controls.Add(this.linkLabel_DanhSach);
484             
this.panel2.Controls.Add(this.btnThucHien);
485             
this.panel2.Controls.Add(this.dateTimePickerNgay);
486             
this.panel2.Controls.Add(this.txtDienGiai);
487             
this.panel2.Controls.Add(this.txtSoTien);
488             
this.panel2.Controls.Add(this.label8);
489             
this.panel2.Controls.Add(this.label6);
490             
this.panel2.Controls.Add(this.label5);
491             
this.panel2.Controls.Add(this.radioButtonChi);
492             
this.panel2.Controls.Add(this.radioButtonThu);
493             
this.panel2.Controls.Add(this.label3);
494             
this.panel2.Controls.Add(this.txtTieuDe);
495             
this.panel2.Controls.Add(this.label2);
496             
this.panel2.Controls.Add(this.label1);
497             
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
498             
this.panel2.Location = new System.Drawing.Point(3, 3);
499             
this.panel2.Name = "panel2";
500             
this.panel2.Size = new System.Drawing.Size(1007, 734);
501             
this.panel2.TabIndex = 0;
502             
//
503             
// btnXoa
504             
//
505             
this.btnXoa.Location = new System.Drawing.Point(467, 441);
506             
this.btnXoa.Name = "btnXoa";
507             
this.btnXoa.Size = new System.Drawing.Size(103, 48);
508             
this.btnXoa.TabIndex = 25;
509             
this.btnXoa.Text = "Xóa";
510             
this.btnXoa.UseVisualStyleBackColor = true;
511             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
512             
//
513             
// lblChuTien
514             
//
515             
this.lblChuTien.AutoSize = true;
516             
this.lblChuTien.Location = new System.Drawing.Point(445, 210);
517             
this.lblChuTien.Name = "lblChuTien";
518             
this.lblChuTien.Size = new System.Drawing.Size(0, 18);
519             
this.lblChuTien.TabIndex = 24;
520             
//
521             
// linkLabel_DanhSach
522             
//
523             
this.linkLabel_DanhSach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
524             
this.linkLabel_DanhSach.AutoSize = true;
525             
this.linkLabel_DanhSach.Location = new System.Drawing.Point(869, 17);
526             
this.linkLabel_DanhSach.Name = "linkLabel_DanhSach";
527             
this.linkLabel_DanhSach.Size = new System.Drawing.Size(126, 18);
528             
this.linkLabel_DanhSach.TabIndex = 23;
529             
this.linkLabel_DanhSach.TabStop = true;
530             
this.linkLabel_DanhSach.Text = "Danh sách thu chi";
531             
this.linkLabel_DanhSach.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_DanhSach_LinkClicked);
532             
//
533             
// btnThucHien
534             
//
535             
this.btnThucHien.Location = new System.Drawing.Point(612, 441);
536             
this.btnThucHien.Name = "btnThucHien";
537             
this.btnThucHien.Size = new System.Drawing.Size(129, 48);
538             
this.btnThucHien.TabIndex = 21;
539             
this.btnThucHien.Text = "Thực hiện";
540             
this.btnThucHien.UseVisualStyleBackColor = true;
541             
this.btnThucHien.Click += new System.EventHandler(this.btnThucHien_Click);
542             
//
543             
// dateTimePickerNgay
544             
//
545             
this.dateTimePickerNgay.CustomFormat = "dd/MM/yyyy";
546             
this.dateTimePickerNgay.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
547             
this.dateTimePickerNgay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
548             
this.dateTimePickerNgay.Location = new System.Drawing.Point(161, 265);
549             
this.dateTimePickerNgay.Name = "dateTimePickerNgay";
550             
this.dateTimePickerNgay.Size = new System.Drawing.Size(274, 26);
551             
this.dateTimePickerNgay.TabIndex = 18;
552             
//
553             
// txtDienGiai
554             
//
555             
this.txtDienGiai.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
556             
this.txtDienGiai.Location = new System.Drawing.Point(161, 326);
557             
this.txtDienGiai.Multiline = true;
558             
this.txtDienGiai.Name = "txtDienGiai";
559             
this.txtDienGiai.Size = new System.Drawing.Size(580, 83);
560             
this.txtDienGiai.TabIndex = 15;
561             
//
562             
// txtSoTien
563             
//
564             
this.txtSoTien.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
565             
this.txtSoTien.Location = new System.Drawing.Point(161, 207);
566             
this.txtSoTien.Name = "txtSoTien";
567             
this.txtSoTien.Size = new System.Drawing.Size(274, 26);
568             
this.txtSoTien.TabIndex = 13;
569             
this.txtSoTien.TextChanged += new System.EventHandler(this.txtSoTien_TextChanged);
570             
this.txtSoTien.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSoTien_KeyPress);
571             
//
572             
// label8
573             
//
574             
this.label8.AutoSize = true;
575             
this.label8.Location = new System.Drawing.Point(43, 326);
576             
this.label8.Name = "label8";
577             
this.label8.Size = new System.Drawing.Size(64, 18);
578             
this.label8.TabIndex = 10;
579             
this.label8.Text = "Diễn giải";
580             
//
581             
// label6
582             
//
583             
this.label6.AutoSize = true;
584             
this.label6.Location = new System.Drawing.Point(43, 207);
585             
this.label6.Name = "label6";
586             
this.label6.Size = new System.Drawing.Size(54, 18);
587             
this.label6.TabIndex = 8;
588             
this.label6.Text = "Số tiền";
589             
//
590             
// label5
591             
//
592             
this.label5.AutoSize = true;
593             
this.label5.Location = new System.Drawing.Point(43, 265);
594             
this.label5.Name = "label5";
595             
this.label5.Size = new System.Drawing.Size(42, 18);
596             
this.label5.TabIndex = 7;
597             
this.label5.Text = "Ngày";
598             
//
599             
// radioButtonChi
600             
//
601             
this.radioButtonChi.AutoSize = true;
602             
this.radioButtonChi.Location = new System.Drawing.Point(253, 154);
603             
this.radioButtonChi.Name = "radioButtonChi";
604             
this.radioButtonChi.Size = new System.Drawing.Size(48, 22);
605             
this.radioButtonChi.TabIndex = 5;
606             
this.radioButtonChi.Text = "Chi";
607             
this.radioButtonChi.UseVisualStyleBackColor = true;
608             
//
609             
// radioButtonThu
610             
//
611             
this.radioButtonThu.AutoSize = true;
612             
this.radioButtonThu.Checked = true;
613             
this.radioButtonThu.Location = new System.Drawing.Point(161, 154);
614             
this.radioButtonThu.Name = "radioButtonThu";
615             
this.radioButtonThu.Size = new System.Drawing.Size(51, 22);
616             
this.radioButtonThu.TabIndex = 4;
617             
this.radioButtonThu.TabStop = true;
618             
this.radioButtonThu.Text = "Thu";
619             
this.radioButtonThu.UseVisualStyleBackColor = true;
620             
//
621             
// label3
622             
//
623             
this.label3.AutoSize = true;
624             
this.label3.Location = new System.Drawing.Point(40, 154);
625             
this.label3.Name = "label3";
626             
this.label3.Size = new System.Drawing.Size(70, 18);
627             
this.label3.TabIndex = 3;
628             
this.label3.Text = "Hình thức";
629             
//
630             
// txtTieuDe
631             
//
632             
this.txtTieuDe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
633             
this.txtTieuDe.Location = new System.Drawing.Point(161, 80);
634             
this.txtTieuDe.Multiline = true;
635             
this.txtTieuDe.Name = "txtTieuDe";
636             
this.txtTieuDe.Size = new System.Drawing.Size(580, 49);
637             
this.txtTieuDe.TabIndex = 2;
638             
//
639             
// label2
640             
//
641             
this.label2.AutoSize = true;
642             
this.label2.Location = new System.Drawing.Point(40, 80);
643             
this.label2.Name = "label2";
644             
this.label2.Size = new System.Drawing.Size(56, 18);
645             
this.label2.TabIndex = 1;
646             
this.label2.Text = "Tiêu đề";
647             
//
648             
// label1
649             
//
650             
this.label1.AutoSize = true;
651             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
652             
this.label1.Location = new System.Drawing.Point(38, 17);
653             
this.label1.Name = "label1";
654             
this.label1.Size = new System.Drawing.Size(198, 29);
655             
this.label1.TabIndex = 0;
656             
this.label1.Text = "Thêm chi phí mới";
657             
//
658             
// uctCongNo
659             
//
660             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
661             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
662             
this.Controls.Add(this.panel1);
663             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
664             
this.Margin = new System.Windows.Forms.Padding(4);
665             
this.Name = "uctCongNo";
666             
this.Size = new System.Drawing.Size(1024, 805);
667             
this.Load += new System.EventHandler(this.uctCongNo_Load);
668             
this.panel1.ResumeLayout(false);
669             
this.tabControl1.ResumeLayout(false);
670             
this.tabPage1.ResumeLayout(false);
671             
this.tabPage1.PerformLayout();
672             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsCongNo)).EndInit();
673             
this.tabPage2.ResumeLayout(false);
674             
this.panel2.ResumeLayout(false);
675             
this.panel2.PerformLayout();
676             
this.ResumeLayout(false);
677
678         }
679
680         
#endregion
681
682         
private System.Windows.Forms.Panel panel1;
683         
private System.Windows.Forms.TabControl tabControl1;
684         
private System.Windows.Forms.TabPage tabPage1;
685         
private System.Windows.Forms.TabPage tabPage2;
686         
private System.Windows.Forms.Panel panel2;
687         
private System.Windows.Forms.Label label8;
688         
private System.Windows.Forms.Label label6;
689         
private System.Windows.Forms.Label label5;
690         
private System.Windows.Forms.RadioButton radioButtonChi;
691         
private System.Windows.Forms.RadioButton radioButtonThu;
692         
private System.Windows.Forms.Label label3;
693         
private System.Windows.Forms.TextBox txtTieuDe;
694         
private System.Windows.Forms.Label label2;
695         
private System.Windows.Forms.Label label1;
696         
private System.Windows.Forms.DateTimePicker dateTimePickerNgay;
697         
private System.Windows.Forms.TextBox txtDienGiai;
698         
private System.Windows.Forms.TextBox txtSoTien;
699         
private System.Windows.Forms.Button btnThucHien;
700         
private System.Windows.Forms.DataGridView dgvDsCongNo;
701         
private System.Windows.Forms.Label label9;
702         
private System.Windows.Forms.TextBox txtTieuDe_TimKiem;
703         
private System.Windows.Forms.Label label11;
704         
private System.Windows.Forms.LinkLabel linkLocNangCao;
705         
private System.Windows.Forms.Button btnTimKiem;
706         
private System.Windows.Forms.LinkLabel linkHienThiTatCa;
707         
private System.Windows.Forms.Panel panel3;
708         
private System.Windows.Forms.LinkLabel linkLabel_Them;
709         
private System.Windows.Forms.LinkLabel linkLabel_DanhSach;
710         
private System.Windows.Forms.Label lblChuTien;
711         
private System.Windows.Forms.MaskedTextBox maskedTextBoxDenNgay;
712         
private System.Windows.Forms.Label label10;
713         
private System.Windows.Forms.MaskedTextBox maskedTextBoxTuNgay;
714         
private System.Windows.Forms.Label label7;
715         
private System.Windows.Forms.CheckBox chkThu;
716         
private System.Windows.Forms.CheckBox chkChi;
717         
private System.Windows.Forms.Label lblTongSoBanGhiHienThi;
718         
private System.Windows.Forms.Button btnTiep;
719         
private System.Windows.Forms.Button btnSau;
720         
private System.Windows.Forms.Button btnXoa;
721         
private System.Windows.Forms.DataGridViewTextBoxColumn LoaiThuChi;
722         
private System.Windows.Forms.DataGridViewTextBoxColumn Thue;
723         
private System.Windows.Forms.DataGridViewTextBoxColumn GhiChu;
724         
private System.Windows.Forms.DataGridViewTextBoxColumn IdCongNo;
725         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
726         
private System.Windows.Forms.DataGridViewTextBoxColumn TieuDe;
727         
private System.Windows.Forms.DataGridViewTextBoxColumn HinhThuc;
728         
private System.Windows.Forms.DataGridViewTextBoxColumn SoTien;
729         
private System.Windows.Forms.DataGridViewTextBoxColumn DienGiai;
730         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayTao;
731         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayTao2;
732         
private System.Windows.Forms.DataGridViewLinkColumn ThayDoi;
733         
private System.Windows.Forms.TextBox txtTongChi;
734         
private System.Windows.Forms.TextBox txtTongThu;
735         
private System.Windows.Forms.Label label12;
736         
private System.Windows.Forms.Label label4;
737     }
738 }


Gõ tìm kiếm nhanh...